home *** CD-ROM | disk | FTP | other *** search
- ;
- ; GIFV.SLL
- ; This routine will take all BMP files and turn them into GIF files in the
- ; current directory! (Similar to GIFV.SLH)
- ;
- change-path *.bmp
- :loop
- loadnext :exit
- write g
- goto :loop
- :exit
- system del *.bmp
-
-